1f9cd0cc3540a0d529e49dcf0b84dca796173f93
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 2"""
4  date="2024-07-31T16:06:38Z"
5  content="""
6 Bisected to [[!commit 780367200b14d532f745079dfa09ffaa214d0a84]],
7 "remove dead nodes when loading the cluster log".
8
9 Replacing `loadClusters` with a noop on top of that commit gets the test
10 suite passing again.
11
12 Since nothing in `loadClusters` involves the location log at all, I think
13 this must come down to a difference in when/if git-annex starts reading
14 from the git-annex branch. There could be git-annex commands that didn't
15 used to read from the branch before, that now do. Which might mean merging
16 in other git-annex branches at different points in time than happened
17 before, which I suppose can result in an additional commit.
18
19 Unfortunately, I can't avoid the early `loadClusters` for reasons explained
20 in that commit.
21
22 Anyway, I doubt this will result in a lot of additional commits.
23 """]]